Closed
Bug 1462182
Opened 7 years ago
Closed 7 years ago
test-verify logs too much device info on Android
Categories
(Testing :: General, enhancement)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.50 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Most Android test harnesses log "device information" including the process list at the start and end of a run.
In verify mode, each test causes a new harness run, so we see 2x(number of tests to be verified) of these dumps in each test log -- tiresome to wade through and very low value.
![]() |
Assignee | |
Updated•7 years ago
|
Blocks: test-verify
![]() |
Assignee | |
Comment 1•7 years ago
|
||
These logs seem easier to understand:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9afca267e5aad3cb49524bc65a874734ccde60e2
Attachment #8976520 -
Flags: review?(jmaher)
Comment 2•7 years ago
|
||
Comment on attachment 8976520 [details] [diff] [review]
don't dump device info during verify runs
Review of attachment 8976520 [details] [diff] [review]:
-----------------------------------------------------------------
no complaints here
Attachment #8976520 -
Flags: review?(jmaher) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/94304ecaaadf
Dump less device info during Android test-verify; r=jmaher
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•